home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / rsynth21.zip / hplay.h < prev    next >
Text File  |  1996-07-19  |  423b  |  20 lines

  1. /* $Id: hplay.h,v 1.13 1994/11/08 13:30:50 a904209 Exp a904209 $
  2. */
  3.  
  4. #ifndef TRUE
  5. #define TRUE                  1
  6. #endif
  7.  
  8. #ifndef FALSE
  9. #define FALSE                 0
  10. #endif
  11.  
  12. extern char *program;
  13. extern long samp_rate;
  14. extern long bits;
  15. extern int quiet;
  16. extern int audio_init PROTO((int argc, char *argv[]));
  17. extern void audio_term PROTO((void));
  18. extern void audio_play PROTO((int n, short *data));
  19.  
  20.